home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / mcalc113.zip / MCALC.TXT < prev   
Text File  |  1993-05-11  |  3KB  |  90 lines

  1.  
  2.                         MCalc 1.13
  3.                 Programmer's Mini Calculator.
  4.               (c) 1993 GSoft, All rights reserved
  5.  
  6.  
  7. THE IDEA
  8. ========
  9.  
  10. It is possible that, some time, when you have had to convert  a number to
  11. Hexadecimal or binary , you hadn't found your calculator and you have had
  12. to hardly stand up and look for it all over the room, or perhaps you have
  13. begun to convert it by hand and you had to repeat it again. Well, of course,
  14. you are able to do that kind of  operations mentally, but I don't and that's
  15. why I decided to make a TSR calculator.
  16. The goal was a TSR calculator that could make easy and fast Hexa-Dec-Bin
  17. conversions and that uses little memory. Floating point math weren't
  18. essential so ... no floating point at all.
  19.  
  20. FEATURES
  21. ========
  22.  
  23. MCalc is a simple resident calculator (it can also run as no-resident) that
  24. allows to do fast and easy logical operations and base changes.
  25. It works with 32-bit integer arithmetic and uses about 5Kb of RAM.
  26.  
  27. INSTRUCTIONS
  28. ============
  29.  
  30. Command Line:
  31.  
  32.         MCalc [/i] [/u]
  33.  
  34.         /i : install resident.
  35.         /u : uninstall MCalc from memory.
  36.  
  37.  
  38. If  MCalc is used without parameters, it runs in no-resident mode.
  39.  
  40.  
  41. Keys:
  42.  
  43.   0 - 9      :  The correspondent numbers.
  44.   A - F      :  The digits A-F used in Hexadecimal mode.
  45.   + - * /    :  You know , Don't You?.
  46.   ENTER , =  :  Both keys acts like the '=' key in calculators.
  47.   Alt-C      :  Clear key,  clears the last introduced number but does not
  48.                 cancel the actual operation.
  49.   Alt-E      :  CE key , clears the number and actual operation.
  50.   Alt-H      :  Hexadecimal mode.
  51.   Alt-D      :  Decimal mode.
  52.   Alt-B      :  Binary mode.
  53.  
  54.   ESC        :  Quits.
  55.  
  56.   Arrow keys : Move cursor to the nearest keys.
  57.   Space      : Press the key under the cursor.
  58.  
  59.  
  60. REGISTER
  61. ========
  62.  
  63. MCalc is Shareware software ,so if after a 30 days trial period you still
  64. use it, you should pay for it. If you don't do that , it will weight over
  65. your conscientious the rest of your life, you'll not be able to stand the
  66. remorse and start to turn paranoid. The mental hospitals are full of illegal
  67. shareware users.
  68.  
  69.  
  70. If you have decided to pay, please send  $5 to :
  71.  
  72.                 German Salvador Garcia-Cano
  73.                 C/ Marques de Pico Velasco 54, 1
  74.                 29027 Madrid, SPAIN
  75.  
  76. If you prefer, you can also make a bank transference of $5 to the account:
  77.  
  78.                 CITIBANK
  79.                 Avda Europa 19
  80.                 28100 Alcobendas (Madrid) (SPAIN)
  81.  
  82.                 Bank :         0122
  83.                 Office:        0130
  84.                 Account:    130004005
  85.  
  86.  
  87. Any suggestions and/or bug reports, please send me to the above adress.
  88.  
  89.  
  90.